home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / cmc501.zip / INSTALL.CMC < prev   
Text File  |  1991-10-06  |  5KB  |  123 lines

  1.  ░░░░░░░░ INSTALLATION AND CONFIGURATION OF {COMMO} MASTER CONTROL ░░░░░░░░░░░░           
  2.                                   
  3.                             VERSION 5.01
  4.  
  5.                            4 October 1991
  6.                            
  7.       There are only three files that need to be configured to run 
  8.       CMC.MAC.  They are:  CMC.BAT;  CMC.FON; and CMCINFO.MAC.  
  9.       These files are described in detail below.  Take the time to 
  10.       do this right.  The proper functioning of CMC.MAC depends on 
  11.       it.
  12.  
  13.  
  14.                               CMC.BAT
  15.    
  16.       The CMC.BAT file can be located anywhere in your path.  All 
  17.       other CMC files must be in the COMMO directory.
  18.    
  19.         c:
  20.         cd \com\commo
  21.         set commo=c:\com\commo
  22.         set DSZLOG=c:\com\commo\commo.log
  23.         commo /mcmc.mac /dcmc.fon /:welcome
  24.         set DSZLOG=
  25.         set commo=
  26.         exit
  27.         
  28.       Line by line description.  
  29.    
  30.         1.  Change to the drive that COMMO is on.  Change as 
  31.         necessary.
  32.         
  33.         2.  Change to the COMMO directory.  Change as necessary..
  34.         
  35.         3.  Set system variable to commo directory. Change as 
  36.         necessary.   
  37.  
  38.         4.  Set log file for DSZ to the COMMO.LOG file.  Change as 
  39.         necessary.
  40.         
  41.         5.  This line calls COMMO, sets CMC.MAC as the active 
  42.         macro, CMC.FON as the active .FON file, and starts the CMC 
  43.         initialization macro.  You may omit /dcmc.fon if you plan to 
  44.         modify your COMMO.FON file to CMC specifications.  The rest 
  45.         should be unchanged.
  46.         
  47.         6. & 7. Sets to null the two system variables DSZLOG and 
  48.         COMMO.
  49.         
  50.         8.  Closes the DesqView window on exit from {COMMO}
  51.         
  52.         
  53.                               CMC.FON
  54.  
  55. BBS Name                Last On  Phone #     Password\BBSid        Macro    Para
  56.                                                                                                       
  57. B-BEARD (Henry Moore)   09/21/91 {294 9657} {password\b-beard}  {passparse}  {}                     
  58. CYBER1 (Philip Yanov)   09/22/91 {242 3766} {password\cyber}    {passparse}  {}                                   
  59. CYBER2 (Philip Yanov)   09/21/91 {242 3994} {password\cyber}    {passparse}  {}                                   
  60. DOORS1 (Richard Fuller) 09/14/91 {299 3668} {password\doors}    {passparse}  {}                                   
  61. DOORS2 (Richard Fuller) 09/21/91 {299 3594} {password\doors}    {passparse}  {}                                   
  62. FORUM! (Doug Glenn)     09/21/91 {862 4616} {password\forum!}   {passparse}  {}                                   
  63. GCSO-BBS (HDavid Rice)  09/21/91 {242 2792} {password\gcso-bbs} {passparse}  {}                                   
  64. ULTBBS1 (Matt Cooley)   09/21/91 {895 3536} {password\ultbbs}   {passparse}  {}                                   
  65. ULTBBS2 (Matt Cooley)   09/21/91 {895 5836} {password\ultbbs}   {passparse}  {}                                   
  66. GOLDEN STRIP CONNECTION 09/21/91 {967 8127} {password\golden}   {passparse}  {}
  67.  
  68.       Note that the BBSID name, (the name on the .QWK and .REP 
  69.       packets,) is also the name in the "BBS Name" column.  When 
  70.       there is more than one entry the numbers 1, 2, or 3 can be 
  71.       appended with no space to the BBSID name.  
  72.     
  73.       I use the password field to store both the password and the 
  74.       BBSID name.  (A technique that I got from Shad Muegge.)  The \ 
  75.       is used as a separator and cannot be used in you password.  
  76.       Put your password first, the "\" separator and then the BBSID.
  77.     
  78.       The linked macro for all entries is "passparse".      
  79.     
  80.     
  81.     
  82.     
  83.                             CMCINFO.MAC    
  84.                                   
  85.  
  86.       This file is in three parts:
  87.  
  88.       Part 1.  BBS INFORMATION contains all the variable information 
  89.                on the BBSs called.  Each BBS called must have a 
  90.                macro named for the BBSID. You must select the prompt 
  91.                strings for the various variables for each BBS. Make 
  92.                sure that _all_ the variables are set to a value.  
  93.                Unless otherwise noted.  When selecting "golook" 
  94.                variables take care to select variables that are as 
  95.                short as possible to accomplish the purpose.  Long 
  96.                variables have a greater chance of getting hit by 
  97.                line noise.
  98.               
  99.       Part 2.  BBS LISTS contains the lists of BBSs to mark for the 
  100.                various supported activities.  (.QWK Mail, File down- 
  101.                load from an ascii list, and Bimodem.)
  102.               
  103.       Part 3.  USER INFORMATION contains the users name, paths that 
  104.                are necessary for the proper functioning of CMC.MAC, 
  105.                and user defined menu key sequences.         
  106.                                        
  107.                I have included information in the CMCINFO.MAC file 
  108.                to aid in configuring it to your requirements.
  109.     
  110.       Good luck and have fun!
  111.     
  112.       {don} 
  113.     
  114.       
  115.       
  116.       
  117.       
  118.       
  119.       
  120.       
  121.       
  122.  
  123.